Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS9.3 patch #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

iOS9.3 patch #9

wants to merge 2 commits into from

Conversation

palxex
Copy link
Collaborator

@palxex palxex commented Dec 15, 2016

Adds iOS 9.3 support, should also works for iOS 7/8/9.0-9.1 ( not tested due to lack of device ), not sure for iOS 9.2. Previous design only for iOS9, so pangu8 protection was replaced to pangu 9.2-9.3 protection.

}
}
if(contains) {
UIAlertController* alert=[UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"%@ IS uninstalling",[app displayName]] message:@"Please WAIT A SEC" preferredStyle:UIAlertControllerStyleAlert];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets make this text a little bit more professional.

UIAlertController* alert=[UIAlertController alertControllerWithTitle:[NSString stringWithFormat:@"%@ is uninstalling",[app displayName]] message:@"Please wait. This should only take a few seconds." preferredStyle:UIAlertControllerStyleAlert];

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to this, we should probably be using localized strings here.

@@ -397,11 +463,17 @@ static void uninstallClickedForIcon(SBIcon *self) {
}

-(NSString *)uninstallAlertTitle {
return [NSString stringWithFormat:SBLocalizedString(@"UNINSTALL_ICON_TITLE"),
%log;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this %log

[[self application] displayName]];
}

-(NSString *)uninstallAlertBody {
%log;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove log

@@ -427,11 +499,17 @@ static void uninstallClickedForIcon(SBIcon *self) {
}

-(NSString *)uninstallAlertConfirmTitle {
return SBLocalizedString(@"UNINSTALL_ICON_CONFIRM");
%log;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove log

}

-(NSString *)uninstallAlertCancelTitle {
return SBLocalizedString(@"UNINSTALL_ICON_CANCEL");
%log;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove log

@@ -1,4 +1,4 @@
CyDelete
=========

The original mobile substrate CyDelete tweak created by @DHowett updated for iOS 7 and 8.
The original mobile substrate CyDelete tweak created by @DHowett and ported to iOS7/8 by Ryan Burke updated for iOS 9.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A mobile substrate tweak to uninstall applications from the homescreen that have been installed using Cydia.

Contributors

CyDelete - Dustin Howett
CyDelete 7 & 8 - Ryan Burke
CyDelete 9 - Pal Lockhart

@palxex
Copy link
Collaborator Author

palxex commented Dec 15, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants